STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Patient-uslab-example2.json

Raw JSON (canonical form)

Description: USLab PHPatient Profile Canonical Example: Todd Lerr

{
  "resourceType": "Patient",
  "id": "patient-uslab-example2",
  "text": {
    "status": "generated",
    "div": "<div><p><b>Generated Narrative with Details</b></p><p><b>id</b>: patient-uslab-example2</p><p><b>identifier</b>: 18547545 (USUAL)</p><p><b>name</b>: Todd G. Lerr (OFFICIAL)</p><p><b>telecom</b>: ph: (555)7259890(HOME), ph: (555)7256030(WORK)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 07/06/2012</p><p><b>deceased</b>: false</p><p><b>address</b>: 123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</p><h3>Contacts</h3><table><tr><td>-</td><td><b>Relationship</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td>*</td><td>guardian <span>(Details : {[not stated] code 'guardian' = '??)</span></td><td>Bea G Smith </td><td>ph: (555)7259890</td><td>123 North 102nd Street Apt 4d Harrisburg PA 17102 USA (HOME)</td></tr></table></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/us-core-race",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "2106-3"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/us-core-ethnicity",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "2135-2"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "fhir_comments": [
        "    EH: limit to single identifier that orderer can match to patient system can be URL    "
      ],
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.3.72.5.30.2",
      "value": "18547545"
    }
  ],
  "name": [
    {
      "fhir_comments": [
        "   name use limited to official and anonymous   "
      ],
      "use": "official",
      "family": [
        "Lerr"
      ],
      "given": [
        "Todd",
        "G."
      ],
      "suffix": [
        "Jr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555)7259890",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "(555)7256030",
      "use": "work"
    }
  ],
  "gender": "male",
  "_gender": {
    "fhir_comments": [
      "    use FHIR code system for male / female    "
    ]
  },
  "birthDate": "2012-06-07",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "line": [
        "123 North 102nd Street",
        "Apt 4d"
      ],
      "city": "Harrisburg",
      "district": "42043",
      "state": "PA",
      "postalCode": "17102",
      "country": "USA"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "code": "guardian"
            }
          ]
        }
      ],
      "name": {
        "family": [
          "Smith"
        ],
        "given": [
          "Bea",
          "G"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(555)7259890"
        }
      ],
      "address": {
        "use": "home",
        "line": [
          "123 North 102nd Street",
          "Apt 4d"
        ],
        "city": "Harrisburg",
        "district": "42043",
        "state": "PA",
        "postalCode": "17102",
        "country": "USA"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.